To Do List

July 31, 2022

Source Code | Live Link

Yep, I was forced to write a report on this. Click here to download it.

Technologies Used

Samir Zafar
  • Java application
  • Created in my second year of university
  • Created using a custom implemenation of ArrayList
  • Allows users to add, delete, edit and search tasks
  • Utilized conventional array to implement ArrayList
  • Had the choice of creating an Array List, Singly Linked List, Doubly Linked List and Queue